home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Other
/
CyberMan
/
chess.cyber
next >
Wrap
Text File
|
1992-12-26
|
828b
|
23 lines
chess="Chess";
if (!running(chess)) {
launch(chess);
printf("chess launched\n");
sleep(2);
}
refreshWindowList();
while (!active(chess)) {
unhide(chess);
printf("Unhid chess\n");
sleep(2);
}
refreshWindowList();
postMouseEvent(chess, NX_LMOUSEDOWN, 1, -1, 392, 117, BOTTOM_LEFT);
postMouseEvent(chess, NX_LMOUSEUP, 1, -1, 392, 117, BOTTOM_LEFT);
postMouseEvent(chess, NX_LMOUSEDOWN, 1, -1, 392, 117, BOTTOM_LEFT);
postMouseEvent(chess, NX_LMOUSEDRAGGED, 0, -1, 390, 117, BOTTOM_LEFT);
postMouseEvent(chess, NX_LMOUSEDRAGGED, 0, -1, 390, 130, BOTTOM_LEFT);
postMouseEvent(chess, NX_LMOUSEDRAGGED, 0, -1, 390, 190, BOTTOM_LEFT);
postMouseEvent(chess, NX_LMOUSEDRAGGED, 0, -1, 390, 230, BOTTOM_LEFT);
postMouseEvent(chess, NX_LMOUSEUP, 1, -1, 392, 267, BOTTOM_LEFT);
postKeyEvent("Stuart", 0, "echo Yowza!\n");
flushEvents();